kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.collections
/
[JS]Map
/
entries
entries
JS
abstract
val
entries
:
Set
<
Map.Entry
<
K
,
V
>
>
Content copied to clipboard
Returns a read-only
Set
of all key/value pairs in this map.